what is interface in c# how to use.
1896
23-Nov-2015
I want to know What is Interface and how to use interface please help me.
Anonymous User
23-Nov-2015Interfaces define properties, methods, and events, which are the members of the interface. Interfaces contain only the declaration of the members. It is the responsibility of the deriving class to implement all properties and events methods.